home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / pv / README < prev   
Encoding:
Text File  |  2008-03-06  |  3.2 KB  |  111 lines

  1. Introduction
  2. ************
  3.  
  4. This is the README for `pv' ("Pipe Viewer"), a terminal-based tool for
  5. monitoring the progress of data through a pipeline.  It can be inserted into
  6. any normal pipeline between two processes to give a visual indication of how
  7. quickly data is passing through, how long it has taken, how near to
  8. completion it is, and an estimate of how long it will be until completion.
  9.  
  10.  
  11. Documentation
  12. *************
  13.  
  14. A manual page is included in this distribution.  See `man ./doc/quickref.1',
  15. or `man pv' after installation.
  16.  
  17.  
  18. Compilation
  19. ***********
  20.  
  21. To compile the package, type "sh ./configure", which should generate a
  22. Makefile for your system.  You may then type "make" to build everything.
  23. Note that GNU `make' is required; this may be installed as `gmake' on some
  24. systems, so if typing "make" gives an error, try "gmake" instead.
  25.  
  26. See the file `doc/INSTALL' for more about the `configure' script.
  27.  
  28. Developers note that you can do "./configure --enable-debugging" to cause
  29. debugging support to be built in, and "--enable-profiling" builds in
  30. profiling support (see "man gprof").  Also note that doing "make index" will
  31. generate an HTML code index (using "ctags" and "cproto"); this index lists
  32. all files used, all functions defined, and all TODOs marked in the code.
  33.  
  34.  
  35. Author
  36. ******
  37.  
  38. This package is copyright (C) 2008 Andrew Wood, and is being distributed
  39. under the terms of the Artistic License 2.0.  For more details, see the
  40. file `doc/COPYING'.
  41.  
  42. You can contact me by email at andrew.wood@ivarch.com or by using the
  43. contact form on my web page at http://www.ivarch.com/.
  44.  
  45. The `pv' home page is at:
  46.  
  47.   http://www.ivarch.com/programs/pv.shtml
  48.  
  49. The latest version can always be found here.
  50.  
  51. Credit is also due to:
  52.  
  53.   Kevin Coyner <kcoyner@debian.org>
  54.     - Debian package maintainer
  55.  
  56.   Jakub Hrozek <jhrozek@redhat.com>
  57.     - Fedora package maintainer
  58.  
  59.   CΘdric Delfosse <cedric@debian.org>
  60.     - previous Debian package maintainer
  61.  
  62.   Eduardo Aguiar <eduardo.oliveira@sondabrasil.com.br>
  63.     - provided Portuguese (Brazilian) translation
  64.  
  65.   StΘphane Lacasse <tecknojunky@tecknojunky.com>
  66.     - provided French translation
  67.  
  68.   Marcos Kreinacke <public@kreinacke.com>
  69.     - provided German translation
  70.  
  71.   Bartosz Fe±ski <fenio@o2.pl> <http://skawina.eu.org/>
  72.     - provided Polish translation along with Krystian Zubel
  73.  
  74.   Joshua Jensen
  75.     - reported RPM installation bug
  76.  
  77.   Boris Folgmann <http://www.folgmann.com/en/>
  78.     - reported cursor handling bug
  79.  
  80.   Mathias Gumz
  81.     - reported NLS bug
  82.  
  83.   Daniel Roethlisberger
  84.     - submitted patch to use lockfiles for -c if terminal locking fails
  85.  
  86.   Adam Buchbinder
  87.     - lots of help with a Cygwin port of -c
  88.  
  89.   Mark Tomich <http://metuchen.dyndns.org>
  90.     - suggested -B option
  91.  
  92.   Gert Menke
  93.     - reported bug when piping to dd with a large input buffer size
  94.  
  95.   Ville Herva <Ville.Herva@iki.fi>
  96.     - informative bug report about rate limiting performance
  97.  
  98.   Elias Pipping
  99.     - patch to compile properly on Darwin 9
  100.  
  101.   Patrick Collison
  102.     - similar patch for OS X
  103.  
  104.   Boris Lohner
  105.     - reported problem that "-L" does not complain if given non-numeric value
  106.  
  107.   Laszlo Ersek <http://phptest11.atw.hu/>
  108.     - reported shared memory leak on SIGINT with -c
  109.  
  110. -----------------------------------------------------------------------------
  111.